ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / ShowPlaceholders Property






In This Topic
    ShowPlaceholders Property (FlexGridBase<T>)
    In This Topic
    Gets or sets a value that determines whether the grid should use the column headers as placeholders when editing cells. This property only works with the grid's built-in editor. This property is not useful in IE.
    Syntax
    'Declaration
     
    
    Public Overridable Property ShowPlaceholders As System.Boolean
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.Boolean
     
    instance.ShowPlaceholders = value
     
    value = instance.ShowPlaceholders
    public virtual System.bool ShowPlaceholders {get; set;}
    public read-write property ShowPlaceholders: System.Boolean; virtual; 
    public function get,set ShowPlaceholders : System.boolean
    public: __property virtual System.bool get_ShowPlaceholders();
    public: __property virtual void set_ShowPlaceholders( 
       System.bool value
    );
    public:
    virtual property System.bool ShowPlaceholders {
       System.bool get();
       void set (    System.bool value);
    }
    See Also